- /* sdmsign.cpp by K.Tsuru */
- // function ID = 335 DRADIX, BRADIX
- #ifndef SN_H
- #include "sn.h"
- #endif
- /*********************************
- SDouble class
- -m
- It provides the sign operator-().
- ***********************************/
- SDouble SDouble::operator-() const{
- SDouble result(*this);
- result.ChangeSign(335); // include sign check
- return result;
- }
sdmsign.cpp : last modifiled at 2015/11/25 20:19:21(368 bytes)
created at 2017/10/07 10:21:15
The creation time of this html file is 2017/10/07 10:30:03 (Sat Oct 07 10:30:03 2017).